home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / MULTIM / alarm10x / setup.exe / 0 / RCDATA / TINSTALLDLG / TINSTALLDLG.txt < prev   
Text File  |  1997-07-11  |  3KB  |  165 lines

  1. object InstallDlg: TInstallDlg
  2.   Left = 107
  3.   Top = 132
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Directory'
  6.   ClientHeight = 376
  7.   ClientWidth = 469
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object SelLabel: TLabel
  17.     Left = 158
  18.     Top = 27
  19.     Width = 149
  20.     Height = 39
  21.     Caption = 
  22.       'The program will be installed in the following folder. To change' +
  23.       ' this, click the Select button'
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     WordWrap = True
  30.   end
  31.   object WinDirLabel: TLabel
  32.     Left = 162
  33.     Top = 90
  34.     Width = 58
  35.     Height = 13
  36.     Caption = 'WinDirLabel'
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Bevel1: TBevel
  44.     Left = 8
  45.     Top = 320
  46.     Width = 457
  47.     Height = 5
  48.     Shape = bsTopLine
  49.   end
  50.   object Image1: TImage
  51.     Left = 8
  52.     Top = 20
  53.     Width = 137
  54.     Height = 289
  55.     Picture.Data = {<image000.bmp>}
  56.   end
  57.   object SuccessLabel: TLabel
  58.     Left = 228
  59.     Top = 144
  60.     Width = 157
  61.     Height = 16
  62.     Caption = 'Installation succeeded'
  63.     Font.Color = clBlack
  64.     Font.Height = -13
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.     Visible = False
  69.   end
  70.   object OKButton: TButton
  71.     Left = 131
  72.     Top = 335
  73.     Width = 89
  74.     Height = 26
  75.     Caption = 'Install >'
  76.     Default = True
  77.     Font.Color = clBlack
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     TabOrder = 0
  83.     OnClick = OKButtonClick
  84.   end
  85.   object CloseButton: TButton
  86.     Left = 231
  87.     Top = 335
  88.     Width = 89
  89.     Height = 26
  90.     Caption = '&Cancel'
  91.     Font.Color = clBlack
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = []
  95.     ParentFont = False
  96.     TabOrder = 1
  97.     OnClick = CloseButtonClick
  98.   end
  99.   object DirBox: TDirectoryListBox
  100.     Left = 158
  101.     Top = 116
  102.     Width = 151
  103.     Height = 161
  104.     Enabled = False
  105.     Font.Color = clBlack
  106.     Font.Height = -11
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = []
  109.     ItemHeight = 16
  110.     ParentFont = False
  111.     TabOrder = 2
  112.     Visible = False
  113.     OnChange = DirBoxChange
  114.     OnClick = DirBoxClick
  115.   end
  116.   object Button1: TButton
  117.     Left = 347
  118.     Top = 40
  119.     Width = 89
  120.     Height = 25
  121.     Caption = '&Select folder'
  122.     Font.Color = clBlack
  123.     Font.Height = -11
  124.     Font.Name = 'MS Sans Serif'
  125.     Font.Style = []
  126.     ParentFont = False
  127.     TabOrder = 3
  128.     OnClick = Button1Click
  129.   end
  130.   object DirEdit: TEdit
  131.     Left = 158
  132.     Top = 82
  133.     Width = 151
  134.     Height = 21
  135.     TabStop = False
  136.     AutoSelect = False
  137.     Enabled = False
  138.     Font.Color = clBlack
  139.     Font.Height = -11
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = []
  142.     ParentFont = False
  143.     ReadOnly = True
  144.     TabOrder = 4
  145.     Visible = False
  146.     OnChange = DirEditChange
  147.   end
  148.   object DriveBox: TDriveComboBox
  149.     Left = 328
  150.     Top = 82
  151.     Width = 127
  152.     Height = 19
  153.     DirList = DirBox
  154.     Enabled = False
  155.     Font.Color = clBlack
  156.     Font.Height = -11
  157.     Font.Name = 'MS Sans Serif'
  158.     Font.Style = []
  159.     ParentFont = False
  160.     TabOrder = 5
  161.     Visible = False
  162.     OnChange = DriveBoxChange
  163.   end
  164. end
  165.